home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / text / misc / mpage.lha / mpage / README.OS2 < prev    next >
Encoding:
Text File  |  1999-07-25  |  1.9 KB  |  52 lines

  1. README.OS2 - mpage 2.3 for OS/2 Warp (and 2.x) - 1996/04/06
  2.  
  3. This is a fast and easy port of mpage for OS/2. To BUILD, you need the
  4. emx0.9c port of GCC (maybe it also works with previous versions,
  5. I haven't tried) and GNU make (3.74).
  6.  
  7. Makefile:       Check the makefile and set the OS/2 switches.
  8. encoding.h:     You might want to default to codepage 850 encoding.
  9.                 In that case, copy the enconding.h.PC850 to encoding.h
  10. Copy the files from the OS2 directory to its parent directory
  11.  
  12. Then run `make' ...
  13.  
  14.  
  15. Special files for OS/2:
  16.  
  17. - README.OS2             : this file
  18. - encoding.h.PC850       : new encoding file for codepage 850
  19.  
  20. In the OS2 directory:
  21. - mpage.def, msample.def : LINK386 module definition files
  22. - lpr.cmd                : simple example for an `lpr'-pipe for OS/2
  23.  
  24. For INSTALLATION copy `mpage.exe' to a directory in your path and copy the
  25. encoding files in `../Encodings' to the directory you have chosen. If you
  26. did not rebuild the executable, set the environment variable `MPAGE_LIB' to
  27. point to this directory, e.g. `set MPAGE_LIB=E:/usr/lib/mpage' in your
  28. `Config.Sys'. To run mpage, you need the emx runtime package (available from
  29. ftp.leo.org:/pub/comp/os/os2/). If you like mpage's `-P'-option, you should
  30. have an `lpr'-command in your PATH.
  31.  
  32.  
  33. RESTRICTIONS: I haven't bothered to change anything concerning the output;
  34. so it's best to pipe it to whatever you like [file, your PostScript
  35. printer, GhostScript (see `lpr.cmd'), NUL for testing the number of pages,
  36. ...].
  37.  
  38. ACKNOWLEDGEMENTS: To Marcel Mol for this fine and useful program.
  39. To Eberhard Mattes for emx/gcc that made this port possible.
  40.  
  41.  
  42. Legal stuff:
  43.  
  44. This port was made in the hope that it will be useful, but
  45. WITHOUT ANY WARRANTY; without even the implied warranty of
  46. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  47.  
  48. Use it free, but at your own risk.
  49.  
  50. Tilmann Boess <tilmann@physik.uni-wuerzburg.de>, 1996/10/06
  51.  
  52.